projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03cddad
)
gailmenushell.c: Fix typo
author
Javier Jardón
<jjardon@gnome.org>
Fri, 24 Dec 2010 17:42:24 +0000
(18:42 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 24 Dec 2010 17:42:24 +0000
(18:42 +0100)
modules/other/gail/gailmenushell.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/gailmenushell.c
b/modules/other/gail/gailmenushell.c
index 04228ee54b8c0cd938fa5420ac3bea66a30fad3c..7d87df5cb2f70eaf991ecbfba53ae196573f8393 100644
(file)
--- a/
modules/other/gail/gailmenushell.c
+++ b/
modules/other/gail/gailmenushell.c
@@
-155,7
+155,7
@@
gail_menu_shell_ref_selection (AtkSelection *selection,
shell = GTK_MENU_SHELL (widget);
- item = gtk_menu_shell_get_selecte
c
_item (shell);
+ item = gtk_menu_shell_get_selecte
d
_item (shell);
if (item != NULL)
{
obj = gtk_widget_get_accessible (item);